home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Override Save A Copy?
- Sent: 7/7/96 1:47 PM
- Received: 7/8/96 8:47 AM
- From: Mark Lanett, mlanett@meer.net
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- At 0:23 PM 7/3/96, Ken Boyer wrote:
- >I have successfully overridden the Insert menu command so that I could
- >display file types other then OpenDoc. I would also like to override the
- >behavior of the Save A Copy command. I would like to add a popup menu that
- >would allow the user to choose a file type to save the file as. Is there a
- >way of doing this?
-
- *If* your part gets menu events then you can just handle
- kODCommandSaveACopy (or something like that).
-
- Of course this will only happen if your part is active, or your part is
- embedded in the Cyberdog navigator.
-
- Anyway, to put a popup menu in there you'll have to do the usual
- CustomPutFile crud. We'll have code to do exactly this for ODF R2's
- Cyberdog support, although you can use it for other things.
-
-
- --
- Mark Lanett <mlanett@meer.net>
- Have a bajillion brilliant Jobsian lithium licks
-
-
-